home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
commodity
/
clipboardenhancer
/
arexx
/
cberexx.rx
next >
Wrap
Text File
|
1994-10-02
|
595b
|
27 lines
/* CBE Arexx port tester.
* Anthony J. Moringello
* anthonym@alpha1.csd.uwm.edu
*
* Usage:
* rx CBERexx.rx <command> [parameter]
*
* Commands:
* QUIT COPY [key]
* UNITS [units] PASTE [key]
* UP [unit] TOP [unit]
* DOWN [unit] END [unit]
* LOCK [unit] SELECT [unit]
* FREE [unit] VIEW [unit]
* ACTIVE UPDATE
* INACTIVE
* WINDOW <SHOW | HIDE | JUMP>
* CLEAR [unit | FREE | ALL ]
*
* See docs for complete usage description.
*/
options RESULTS
PARSE ARG CBEcmd
ADDRESS CBERexx.1 CBEcmd
if result ~= 0 then say result